home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Commands / PFindTypeAttr1.h < prev    next >
C/C++ Source or Header  |  1996-07-12  |  641b  |  33 lines

  1. /*
  2.  *--- PFindTypeAttr1.h ----------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PFindTypeAttr1__
  10. #define __PFindTypeAttr1__
  11.  
  12. class PFindTypeAttr1
  13. {
  14.  
  15. public:
  16.  
  17.     PFindTypeAttr1
  18.       (    const char * sFontName,
  19.         short dPointSize,
  20.         short dLeading,
  21.         short cTypeStyle,
  22.         short cPosition,
  23.         short cCase );
  24.  
  25. private:
  26.  
  27.     PFindTypeAttr1();
  28. };
  29.  
  30. #endif
  31.  
  32. // end of PFindTypeAttr1.h
  33.